Skip to content

Conversation

ayushnagar123
Copy link
Member

Problem

Github Issue Number: #53 #51

PR includes:

  • depreciation of previous code
  • login
  • signup
  • fetching user details
  • fetching organization details
  • fetching organization members
  • Codebadge bot setup

Type of Change

  • Bug fix
  • New Feature
  • Development of UI/UX prototypes
  • Small refactor
  • Change in Documentation

Checklist

  • My code follows the same style as the codebase
  • My Code change requires a change in documentation
  • I have updated the Readme accordingly
  • I made PR against development branch
  • I have run the test cases locally and it's passing.
  • I have squashed my commits

@ayushnagar123 ayushnagar123 added the new feature A new feature on which work is yet to begin label Jun 20, 2020

var mongoose = require('mongoose');
//Set up default mongoose connection
var mongoDB = 'mongodb://127.0.0.1/codebadge';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base url + api_path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature on which work is yet to begin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants